Northwoods.GoWPF 2.2.4 Assembly
LinksSource Property (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)

Gets or sets the collection of link data items for the model.
Syntax
Public Property LinksSource As IEnumerable
public IEnumerable LinksSource {get; set;}

Property Value

Initially this value is an empty ObservableCollection. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.
Remarks

This raises a Changed event with a value of ModelChange.ChangedLinksSource.

Requirements
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback